home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 25
/
Cream of the Crop 25.iso
/
utility
/
ffe101.zip
/
MOD.SWG
/
0010_IST.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
1996-09-04
|
1KB
|
30 lines
╔════════════════════════════════════════════════════════════════════════════╗
║ THE INSTRUMENT-FORMAT (IST) V0.1 ║
╚════════════════════════════════════════════════════════════════════════════╝
The IST-format has the same structure like the MDL-format:
Offset Lenght Description
000 004 "DIST"; the four letters mark the ist-format
004 001 version; the current version is 01h (=0.1)
005 ??? the different data-blocks are stored at this position
The IST-instrument-format is subdivided into the following blocks:
"II" instruments; contains all information for the saved instrument
"VE" volume-envelopes; contains the construction of all vol-envelopes for
this instrument
"PE" panning-envelopes; the same for the pan-envelopes
"FE" frequency-envelopes (new in v0.1); the same for the frq-envelopes
"IS" sampleinfos; contains information for every used sample
"SA" samples; contains the sample-datas
The structures for the several blocks are the same as in the mdl-format.
The instrument-infoblock ("II") contains one instrument only.